home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000266_news@columbia.edu _Tue May 2 14:07:03 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id OAA18356
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 2 May 2000 14:07:03 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA01454
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 2 May 2000 14:07:02 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id OAA23015
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 2 May 2000 14:04:33 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Making cursor invisible
  14. Date: 2 May 2000 18:04:33 GMT
  15. Organization: Columbia University
  16. Message-ID: <8en5bh$mf4$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <390f169e.837413411@news.bellglobal.com>,
  20. Gord Shier <shier@shorcan.com> wrote:
  21. : On Tue, 02 May 2000 08:21:05 +0100, Paul Williams <flo@rdel.co.uk> wrote:
  22. : >Gord Shier wrote:
  23. : >> I am using VT220 emulation, and I would like to make the
  24. : >> cursor invisible using the terminfo 'civis' string, which is
  25. : >> '\E[?25h', according to my vt220 listing.  Sadly, this doesn't work.
  26. : >> Is there an escape sequence that I can send to hide the cursor?
  27. : >
  28. : >You've been making the cursor visible. '\E[?25l' (that's a lowercase ell
  29. : >on the end) will make the cursor invisible.
  30. : Unfortunately, that was merely a typing mistake in my message, not in
  31. : what I was doing.  I have been using the 'l'.  I've tried it from
  32. : little scripts, as well as doing 'tput civis' and 'tput cnorm' which
  33. : extract the appropriate sequences from my terminfo db.  Nothing works
  34. : so far.
  35. Apparently MS-DOS Kermit does not support this escape sequence.
  36.  
  37. If you are using MS-DOS Kermit on Windows 95/98/NT/2000, you can switch
  38. to Kermit 95, which does support it:
  39.  
  40.   http://www.columbia.edu/kermit/k95.html
  41.  
  42. - Frank